-- The "ans" and "noAns" handlers are in the stack script.
on mouseUp
put empty into choices
repeat with i=1 to number of cd btns-2
if the hilite of btn ("choice" & i) is true then
put i after choices
end if
end repeat
if choices is fld "answer" then ans 1,cd
else if length(choices) = 0 then noAns cd
else if length(choices) = 1 then ans 2,cd
else ans 3,cdOrBg
end mouseUp
-- part 12 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=28 top=303 right=341 bottom=325
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 174
-- text size: 12
-- style flags: 0
-- line height: 12
-- part name: feedback
----- HyperTalk script -----
on mouseUp
hide me
end mouseUp
-- part 13 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=342 top=319 right=339 bottom=462
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Correct Answer
----- HyperTalk script -----
put line num of fld "AllFeed" into cd fld "feedback"
-- This handler shows the correct answer.
on mouseUp
repeat 3
dehiliteBtns
lock screen
set hilite of btn 2 to true
set hilite of btn 4 to true
set hilite of btn 7 to true
unlock screen
wait 25
end repeat
ans 4,cd
end mouseUp
-- part contents for card part 1
----- text -----
Which 3 features of HyperCard would you emphasize to this customer ?
-- part contents for card part 2
----- text -----
HyperTalk programming: its ease and power, and ability to change and customize stacks quickly
HyperCard’s sound capabilities: built-in sounds & ability to use digitized sound
HyperCard’s many printing options
HyperCard’s ease of use
Multiple & resizable windows
Flexible text entry: stylable &
resizable fields,& styled text in fields
HyperCard’s graphic capabilities: full set of Painting Tools, support for color graphics, ability to use scanned images, and visual effects transitions between cards
-- part contents for background part 22
----- text -----
247
-- part contents for background part 17
----- text -----
Correct. HyperCard’s ease of use, sound capabilities, and graphics are most important to her.
No. Remember, she needs to create impressive presentations easily. Try again.
No. Remember, she needs to create impressive presentations easily. Try again.
These are the correct answers—the features that will be most useful to this customer.
Please deselect one of your choices before making this selection.